Overload | Description |
---|---|
NIndexedSetIterator<T> Constructor(INIndexedSet<T>) | Creates an iterator that iterates through the entire array |
NIndexedSetIterator<T> Constructor(INIndexedSet<T>,Int32) | Creates an iterator that iterates only through a fixed count of array items, starting from 0. |
NIndexedSetIterator<T> Constructor(INIndexedSet<T>,Int32,Int32) | Creates an iterator that iterates only through a fixed count of array items, starting from the specified index. |